Home > biomechZoo > Toolbox > Zoo Conversions > biometricsEMG2zoo.m

biometricsEMG2zoo

PURPOSE ^

data = biometricsEMG2zoo(fld,nHeaderRows,del) converts EMG data collected with a

SYNOPSIS ^

function data = biometricsEMG2zoo(fld,nHeaderRows,del)

DESCRIPTION ^

 data = biometricsEMG2zoo(fld,nHeaderRows,del) converts EMG data collected with a
 biometrics data logger to zoo files


 ARGUMENTS
  fld           ...  Folder (batch process) or full path to individual file (string).
  nHeaderRows   ...  Total number of rows in the header. This could change based on
                     number of muscles collected. Default, nHeaderRows = 16
  del           ...  option to delete csv file after creating zoo file.
                     Default, del = false

 RETURNS
  data  ...  zoo data. Return if fld is individual file

 NOTES
 - Data logger does not record sampling rate information in the files,
   this information is manually added in the 'set defaults' section on
   this code

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005